[INFO] cloning repository https://github.com/pulseengine/wsc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pulseengine/wsc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulseengine%2Fwsc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulseengine%2Fwsc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a50ea0eb9eedf275f0f97d989c1c310eabfebda1
[INFO] checking pulseengine/wsc against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulseengine%2Fwsc" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/pulseengine/wsc
[INFO] finished tweaking git repo https://github.com/pulseengine/wsc
[INFO] tweaked toml for git repo https://github.com/pulseengine/wsc written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pulseengine/wsc on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pulseengine/wsc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: src/cli/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/src/cli/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `sigil`
[INFO] [stderr]   * `bin` target `wsc`
[INFO] [stderr] warning: `wsc-cli` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f
[INFO] running `Command { std: "docker" "start" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: src/cli/Cargo.toml: file `/opt/rustwide/workdir/src/cli/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `sigil`
[INFO] [stderr]   * `bin` target `wsc`
[INFO] [stderr] warning: `wsc-cli` (manifest) generated 1 warning
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling wit-bindgen v0.46.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling cc v1.2.42
[INFO] [stderr]     Checking ct-codecs v1.1.6
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking hmac-sha256 v1.1.12
[INFO] [stderr]     Checking winnow v1.0.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking ed25519-compact v2.3.1
[INFO] [stderr]     Checking wasip2 v1.0.1+wasi-0.2.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking ryu-js v0.2.2
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling wsc v0.9.3 (/opt/rustwide/workdir/src/lib)
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking ureq-proto v0.5.2
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking wasm-encoder v0.252.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling wit-bindgen v0.51.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking wasi v0.14.7+wasi-0.2.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking wast v252.0.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling maybe-async v0.2.11
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking webpki-roots v1.0.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking wsc-verify-core v0.9.3 (/opt/rustwide/workdir/src/verify-core)
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]     --> src/verify-core/src/wasm_module/mod.rs:1038:7
[INFO] [stdout]      |
[INFO] [stdout] 1038 | #[cfg(kani)]
[INFO] [stdout]      |       ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 33 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/verify-core/src/wasm_module/varint.rs:253:7
[INFO] [stdout]     |
[INFO] [stdout] 253 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]     --> src/verify-core/src/wasm_module/mod.rs:1038:7
[INFO] [stdout]      |
[INFO] [stdout] 1038 | #[cfg(kani)]
[INFO] [stdout]      |       ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 33 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/verify-core/src/wasm_module/varint.rs:253:7
[INFO] [stdout]     |
[INFO] [stdout] 253 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stdout] warning: function `assert_not_clone` is never used
[INFO] [stdout]    --> src/verify-core/src/signature/keys.rs:609:12
[INFO] [stdout]     |
[INFO] [stdout] 609 |         fn assert_not_clone<T>() {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: HasField<F, -1, FIELD_ID>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/src/pointer/ptr.rs:936:9
[INFO] [stdout]     |
[INFO] [stdout] 936 | /         pub fn project<F, const FIELD_ID: i128>(
[INFO] [stdout] 937 | |             self,
[INFO] [stdout] 938 | |         ) -> Ptr<'a, T::Type, (I::Aliasing, Unaligned, I::Validity)>
[INFO] [stdout] 939 | |         where
[INFO] [stdout] 940 | |             T: HasField<F, { crate::STRUCT_VARIANT_ID }, FIELD_ID>,
[INFO] [stdout] 941 | |             T::Type: 'a + CastableFrom<T, I::Validity, I::Validity>,
[INFO] [stdout]     | |____________________________________________________________________^ the trait `HasField<F, -1, FIELD_ID>` is not implemented for `T`
[INFO] [stdout]     |
[INFO] [stdout] help: consider further restricting type parameter `T` with trait `HasField`
[INFO] [stdout]     |
[INFO] [stdout] 872 |         T: 'a + ?Sized + HasField<F, -1, FIELD_ID>,
[INFO] [stdout]     |                        +++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking oid-registry v0.7.1
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f", kill_on_drop: false }`
[INFO] [stdout] d17fa41c1b46da3a20ec57110739aacba23bab096ecaedaafb26186fcbf4a05f
